home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Graphics / Commander / definitions / AllInOne_MovePanels.def < prev    next >
Encoding:
Text File  |  2000-03-18  |  27.7 KB  |  1,944 lines

  1. Define Font "Helvetica" (
  2.     Name "Helvetica.font"
  3.     Size 13
  4. )
  5.  
  6. Set Font "Helvetica"
  7.  
  8. Define Window "Alpha" (
  9.     Position 0 27
  10.     Size 153 136
  11.     Title
  12. )
  13.  
  14. Define Window "Analysis" (
  15.     Position 0 41
  16.     Size 153 61
  17.     Title
  18. )
  19.  
  20. Define Window "Brush" (
  21.     Position 0 55
  22.     Size 153 196
  23.     Title
  24. )
  25.  
  26. Define Window "Buffer" (
  27.     Position 0 69
  28.     Size 153 181
  29.     Title
  30. )
  31.  
  32. Define Window "Color" (
  33.     Position 0 83
  34.     Size 153 196
  35.     Title
  36. )
  37.  
  38. Define Window "Convolve" (
  39.     Position 0 97
  40.     Size 153 166
  41.     Title
  42. )
  43.  
  44. Define Window "Distort" (
  45.     Position 0 111
  46.     Size 153 211
  47.     Title
  48. )
  49.  
  50. Define Window "Effect" (
  51.     Position 153 27
  52.     Size 153 331
  53.     Title
  54. )
  55.  
  56. Define Window "Filter" (
  57.     Position 153 41
  58.     Size 153 196
  59.     Title
  60. )
  61.  
  62. Define Window "Size" (
  63.     Position 153 55
  64.     Size 153 106
  65.     Title
  66. )
  67.  
  68. Define Window "Tool" (
  69.     Position 153 69
  70.     Size 153 121
  71.     Title
  72. )
  73.  
  74. Define Window "Transform" (
  75.     Position 153 83
  76.     Size 153 181
  77.     Title
  78. )
  79.  
  80. ' ************************************************** Alpha **
  81.  
  82. Define Link "Alpha_CopyFromAlpha" (
  83.     Type ARexx (
  84.         Data ( String "Alpha2Buffer" )
  85.     )
  86. )
  87.  
  88. Define Link "Alpha_CopyToAlpha" (
  89.     Type ARexx (
  90.         Data ( String "Buffer2Alpha" )
  91.     )
  92. )
  93.  
  94. Define Link "Alpha_Create" (
  95.     Type ARexx (
  96.         Data ( String "CreateAlpha" )
  97.     )
  98. )
  99.  
  100. Define Link "Alpha_Delete" (
  101.     Type ARexx (
  102.         Data ( String "KillAlpha" )
  103.     )
  104. )
  105.  
  106. Define Link "Alpha_LightTableAlpha" (
  107.     Type ARexx (
  108.         Data ( String "LightTableView ALPHA; LightTable TOGGLE" )
  109.     )
  110. )
  111.  
  112. Define Link "Alpha_Load" (
  113.     Type ARexx (
  114.         Data ( String "LoadAlpha" )
  115.     )
  116. )
  117.  
  118. Define Link "Alpha_SaveAs" (
  119.     Type ARexx (
  120.         Data ( String "SaveAlphaAs" )
  121.     )
  122. )
  123.  
  124. Define Link "Alpha_Swap" (
  125.     Type ARexx (
  126.         Data ( String "SwapAlpha" )
  127.     )
  128. )
  129.  
  130. ' *********************************************** Analysis **
  131.  
  132. Define Link "Analysis_CountColors" (
  133.     Type ARexx (
  134.         Data ( String "CountColors" )
  135.     )
  136. )
  137.  
  138. Define Link "Analysis_Histogram" (
  139.     Type ARexx (
  140.         Data ( String "Hook Hist" )
  141.     )
  142. )
  143.  
  144. Define Link "Analysis_Variance" (
  145.     Type ARexx (
  146.         Data ( String "Hook Variance" )
  147.     )
  148. )
  149.  
  150. ' ************************************************** Brush **
  151.  
  152. Define Link "Brush_CopyToSwap" (
  153.     Type ARexx (
  154.         Data ( String "Brush2Swap" )
  155.     )
  156. )
  157.  
  158. Define Link "Brush_GrabScreen" (
  159.     Type ARexx (
  160.         Data ( String "GrabBrush" )
  161.     )
  162. )
  163.  
  164. Define Link "Brush_LoadBrush" (
  165.     Type ARexx (
  166.         Data ( String "LoadBrush" )
  167.     )
  168. )
  169.  
  170. Define Link "Brush_LoadNewBrush" (
  171.     Type ARexx (
  172.         Data ( String "Region FULL; LoadBrush; Region BRUSH" )
  173.     )
  174. )
  175.  
  176. Define Link "Brush_LoadBrushClip" (
  177.     Type ARexx (
  178.         Data ( String "LoadBrushClip" )
  179.     )
  180. )
  181.  
  182. Define Link "Brush_OutlineBrush" (
  183.     Type ARexx (
  184.         Data ( String "OutlineBrush" )
  185.     )
  186. )
  187.  
  188. Define Link "Brush_PickupRegion" (
  189.     Type ARexx (
  190.         Data ( String "PickupRegion" )
  191.     )
  192. )
  193.  
  194. Define Link "Brush_PickupSwap" (
  195.     Type ARexx (
  196.         Data ( String "Region BRUSH; PickupSwap" )
  197.     )
  198. )
  199.  
  200. Define Link "Brush_SaveBrushAs" (
  201.     Type ARexx (
  202.         Data ( String "SaveBrushAs" )
  203.     )
  204. )
  205.  
  206. Define Link "Brush_SelectBrush" (
  207.     Type ARexx (
  208.         Data ( String "SelectBrush" )
  209.     )
  210. )
  211.  
  212. Define Link "Brush_SetHandle" (
  213.     Type ARexx (
  214.         Data ( String "BrushHandle" )
  215.     )
  216. )
  217.  
  218. Define Link "Brush_TrimBrush" (
  219.     Type ARexx (
  220.         Data ( String "TrimBrush" )
  221.     )
  222. )
  223.  
  224. ' ************************************************* Buffer **
  225.  
  226. Define Link "Buffer_CopyToSwap" (
  227.     Type ARexx (
  228.         Data ( String "Buffer2Swap" )
  229.     )
  230. )
  231.  
  232. Define Link "Buffer_Delete" (
  233.     Type ARexx (
  234.         Data ( String "KillBuffer FORCE" )
  235.     )
  236. )
  237.  
  238. Define Link "Buffer_Fill" (
  239.     Type ARexx (
  240.         Data ( String "ClearBuffer" )
  241.     )
  242. )
  243.  
  244. Define Link "Buffer_GrabScreen" (
  245.     Type ARexx (
  246.         Data ( String "GrabBuffer" )
  247.     )
  248. )
  249.  
  250. Define Link "Buffer_LightTable" (
  251.     Type ARexx (
  252.         Data ( String "LightTableView SWAP; LightTable TOGGLE" )
  253.     )
  254. )
  255.  
  256. Define Link "Buffer_LoadFromClipboard" (
  257.     Type ARexx (
  258.         Data ( String "LoadBufferClip" )
  259.     )
  260. )
  261.  
  262. Define Link "Buffer_LoadNew" (
  263.     Type ARexx (
  264.         Data ( String "LoadBuffer" )
  265.     )
  266. )
  267.  
  268. Define Link "Buffer_LoadNewAs" (
  269.     Type ARexx (
  270.         Data ( String "LoadBufferAs" )
  271.     )
  272. )
  273.  
  274. Define Link "Buffer_New" (
  275.     Type ARexx (
  276.         Data ( String "CreateBuffer" )
  277.     )
  278. )
  279.  
  280. Define Link "Buffer_Region" (
  281.     Type ARexx (
  282.         Data ( String "Region" )
  283.     )
  284. )
  285.  
  286. Define Link "Buffer_SwapBuffers" (
  287.     Type ARexx (
  288.         Data ( String "Swap" )
  289.     )
  290. )
  291.  
  292.  
  293. ' ************************************************** Color **
  294.  
  295. Define Link "Color_Antique" (
  296.     Type ARexx (
  297.         Data ( String "Antique" )
  298.     )
  299. )
  300.  
  301. Define Link "Color_B&W2Grey" (
  302.     Type ARexx (
  303.         Data ( String "Mono2Grey" )
  304.     )
  305. )
  306.  
  307. Define Link "Color_ChangeColor" (
  308.     Type ARexx (
  309.         Data ( String "Hook ChangeColor" )
  310.     )
  311. )
  312.  
  313. Define Link "Color_Convert2CMAP" (
  314.     Type ARexx (
  315.         Data ( String "Color2CMAP" )
  316.     )
  317. )
  318.  
  319. Define Link "Color_Convert2Grey" (
  320.     Type ARexx (
  321.         Data ( String "ColorToGrey" )
  322.     )
  323. )
  324.  
  325. Define Link "Color_Convert2RGB" (
  326.     Type ARexx (
  327.         Data ( String "Grey2Color" )
  328.     )
  329. )
  330.  
  331. Define Link "Color_Custom" (
  332.     Type ARexx (
  333.         Data ( String "ColorTransform" )
  334.     )
  335. )
  336.  
  337. Define Link "Color_FalseColor" (
  338.     Type ARexx (
  339.         Data ( String "FalseColor" )
  340.     )
  341. )
  342.  
  343. Define Link "Color_Halftone" (
  344.     Type ARexx (
  345.         Data ( String "Halftone" )
  346.     )
  347. )
  348. Define Link "Color_Negative" (
  349.     Type ARexx (
  350.         Data ( String "Negative" )
  351.     )
  352. )
  353.  
  354. Define Link "Color_Posterize" (
  355.     Type ARexx (
  356.         Data ( String "Posterize" )
  357.     )
  358. )
  359.  
  360. Define Link "Color_Solarize" (
  361.     Type ARexx (
  362.         Data ( String "Solarize" )
  363.     )
  364. )
  365.  
  366. ' *********************************************** Convolve **
  367.  
  368. Define Link "Convolve_Custom" (
  369.     Type ARexx (
  370.         Data ( String "Convolve" )
  371.     )
  372. )
  373.  
  374. Define Link "Convolve_Sharpen" (
  375.     Type ARexx (
  376.         Data ( String "Sharpen" )
  377.     )
  378. )
  379.  
  380. Define Link "Convolve_UnsharpMask" (
  381.     Type ARexx (
  382.         Data ( String "UnsharpMask" )
  383.     )
  384. )
  385.  
  386. Define Link "Convolve_Blur" (
  387.     Type ARexx (
  388.         Data ( String "Blur" )
  389.     )
  390. )
  391.  
  392. Define Link "Convolve_GaussianBlur" (
  393.     Type ARexx (
  394.         Data ( String "Hook GaussianBlur" )
  395.     )
  396. )
  397.  
  398. Define Link "Convolve_MotionBlur" (
  399.     Type ARexx (
  400.         Data ( String "MotionBlur" )
  401.     )
  402. )
  403.  
  404. Define Link "Convolve_ReliefMap" (
  405.     Type ARexx (
  406.     Data ( String "ReliefMap" )
  407.     )
  408. )
  409.  
  410. Define Link "Convolve_RampingEdgeDetect" (
  411.     Type ARexx (
  412.         Data ( String "Hook RampEdge" )
  413.     )
  414. )
  415.  
  416. Define Link "Convolve_SimpleEdgeDetect" (
  417.     Type ARexx (
  418.         Data ( String "EdgeDetect" )
  419.     )
  420. )
  421.  
  422. Define Link "Convolve_SobelEdgeDetect" (
  423.     Type ARexx (
  424.         Data ( String "Hook SobelEdge" )
  425.     )
  426. )
  427.  
  428. ' ************************************************ Distort **
  429.  
  430. Define Link "Distort_Bubble" (
  431.     Type ARexx (
  432.         Data ( String "Hook Bubble" )
  433.     )
  434. )
  435.  
  436. Define Link "Distort_Displacement" (
  437.     Type ARexx (
  438.         Data ( String "Hook Displace" )
  439.     )
  440. )
  441.  
  442. Define Link "Distort_Distorter" (
  443.     Type ARexx (
  444.         Data ( String "Hook Distorter" )
  445.     )
  446. )
  447.  
  448. Define Link "Distort_DreamSequence" (
  449.     Type ARexx (
  450.         Data ( String "Hook Dream" )
  451.     )
  452. )
  453.  
  454. Define Link "Distort_Liquid" (
  455.     Type ARexx (
  456.         Data ( String "Hook Liquid" )
  457.     )
  458. )
  459.  
  460. Define Link "Distort_Mosaic" (
  461.     Type ARexx (
  462.         Data ( String "Hook Mosaic" )
  463.     )
  464. )
  465.  
  466. Define Link "Distort_PolarBlur" (
  467.     Type ARexx (
  468.         Data ( String "Hook PolarBlur" )
  469.     )
  470. )
  471.  
  472. Define Link "Distort_PolarMosaic" (
  473.     Type ARexx (
  474.         Data ( String "Hook PolarMosaic" )
  475.     )
  476. )
  477.  
  478. Define Link "Distort_Spherize" (
  479.     Type ARexx (
  480.         Data ( String "Hook Spherize" )
  481.     )
  482. )
  483.  
  484. Define Link "Distort_Splash" (
  485.     Type ARexx (
  486.         Data ( String "Hook Splash" )
  487.     )
  488. )
  489.  
  490. Define Link "Distort_Swirl" (
  491.     Type ARexx (
  492.         Data ( String "Hook Swirl" )
  493.     )
  494. )
  495.  
  496. Define Link "Distort_TriangleWarp" (
  497.     Type ARexx (
  498.         Data ( String "Hook TriWarp" )
  499.     )
  500. )
  501.  
  502. Define Link "Distort_Warp" (
  503.     Type ARexx (
  504.         Data ( String "Hook Warp" )
  505.     )
  506. )
  507.  
  508. Define Link "Distort_Wave" (
  509.     Type ARexx (
  510.         Data ( String "Hook Wave" )
  511.     )
  512. )
  513.  
  514. ' ************************************************* Effect **
  515.  
  516. Define Link "Effect_ApplyTexture" (
  517.     Type ARexx (
  518.         Data ( String "Hook ApplyTexture" )
  519.     )
  520. )
  521.  
  522. Define Link "Effect_Blob" (
  523.     Type ARexx (
  524.         Data ( String "Hook Blob" )
  525.     )
  526. )
  527.  
  528. Define Link "Effect_Clouds" (
  529.     Type ARexx (
  530.         Data ( String "Hook Clouds" )
  531.     )
  532. )
  533.  
  534. Define Link "Effect_Crystallize" (
  535.     Type ARexx (
  536.         Data ( String "Hook Crystallize" )
  537.     )
  538. )
  539.  
  540. Define Link "Effect_Disperse" (
  541.     Type ARexx (
  542.         Data ( String "Disperse" )
  543.     )
  544. )
  545.  
  546. Define Link "Effect_FilmGrain" (
  547.     Type ARexx (
  548.         Data ( String "Hook FilmGrain" )
  549.     )
  550. )
  551.  
  552. Define Link "Effect_Fire" (
  553.     Type ARexx (
  554.         Data ( String "Hook Fire" )
  555.     )
  556. )
  557.  
  558. Define Link "Effect_Fireworks" (
  559.     Type ARexx (
  560.         Data ( String "Hook Fireworks" )
  561.     )
  562. )
  563.  
  564. Define Link "Effect_HockneyTiling" (
  565.     Type ARexx (
  566.         Data ( String "Hook Tile" )
  567.     )
  568. )
  569.  
  570. Define Link "Effect_LensFlare" (
  571.     Type ARexx (
  572.         Data ( String "Hook LensFlare" )
  573.     )
  574. )
  575.  
  576. Define Link "Effect_Lightning" (
  577.     Type ARexx (
  578.         Data ( String "Hook Lightning" )
  579.     )
  580. )
  581.  
  582. Define Link "Effect_OilPaint" (
  583.     Type ARexx (
  584.         Data ( String "Hook OilPaint" )
  585.     )
  586. )
  587.  
  588. Define Link "Effect_PageCurler" (
  589.     Type ARexx (
  590.         Data ( String "Hook PageCurler" )
  591.     )
  592. )
  593.  
  594. Define Link "Effect_PaintFX" (
  595.     Type ARexx (
  596.         Data ( String "Hook PaintFX" )
  597.     )
  598. )
  599.  
  600. Define Link "Effect_RadialStar" (
  601.     Type ARexx (
  602.         Data ( String "Hook RadialStar" )
  603.     )
  604. )
  605.  
  606. Define Link "Effect_RemoveFeature" (
  607.     Type ARexx (
  608.         Data ( String "RemoveFeature" )
  609.     )
  610. )
  611.  
  612. Define Link "Effect_Roughen" (
  613.     Type ARexx (
  614.         Data ( String "Roughen" )
  615.     )
  616. )
  617.  
  618. Define Link "Effect_Scatter" (
  619.     Type ARexx (
  620.         Data ( String "Hook Scatter" )
  621.     )
  622. )
  623.  
  624. Define Link "Effect_Straw" (
  625.     Type ARexx (
  626.         Data ( String "Hook Straw" )
  627.     )
  628. )
  629.  
  630. Define Link "Effect_Sparkle" (
  631.     Type ARexx (
  632.         Data ( String "Hook Sparkle" )
  633.     )
  634. )
  635.  
  636. Define Link "Effect_Wireless" (
  637.     Type ARexx (
  638.         Data ( String "Hook Wireless" )
  639.     )
  640. )
  641.  
  642. ' ************************************************* Filter **
  643.  
  644. Define Link "Filter_AntiAlias" (
  645.     Type ARexx (
  646.         Data ( String "Hook AntiAlias" )
  647.     )
  648. )
  649.  
  650. Define Link "Filter_Balance" (
  651.     Type ARexx (
  652.         Data ( String "Hook Balance" )
  653.     )
  654. )
  655.  
  656. Define Link "Filter_BlackOut" (
  657.     Type ARexx (
  658.         Data ( String "Hook BlackOut" )
  659.     )
  660. )
  661.  
  662. Define Link "Filter_ColorBalancing" (
  663.     Type ARexx (
  664.         Data ( String "Hook ColorBalancing" )
  665.     )
  666. )
  667.  
  668. Define Link "Filter_ColorLimiting" (
  669.     Type ARexx (
  670.         Data ( String "ColorLimit" )
  671.     )
  672. )
  673.  
  674. Define Link "Filter_DynamicRange" (
  675.     Type ARexx (
  676.         Data ( String "DynamicRange" )
  677.     )
  678. )
  679.  
  680. Define Link "Filter_FXForge" (
  681.     Type ARexx (
  682.         Data ( String "Hook FXForge" )
  683.     )
  684. )
  685.  
  686. Define Link "Filter_HistogramEQ" (
  687.     Type ARexx (
  688.         Data ( String "Hook HistoEqu" )
  689.     )
  690. )
  691.  
  692. Define Link "Filter_Median" (
  693.     Type ARexx (
  694.         Data ( String "Hook MedianFilter" )
  695.     )
  696. )
  697.  
  698. Define Link "Filter_RemoveGrain" (
  699.     Type ARexx (
  700.         Data ( String "Hook RemoveGrain" )
  701.     )
  702. )
  703.  
  704. Define Link "Filter_RIP" (
  705.     Type ARexx (
  706.         Data ( String "RIP" )
  707.     )
  708. )
  709.  
  710. Define Link "Filter_Video" (
  711.     Type ARexx (
  712.         Data ( String "Hook VideoFilter" )
  713.     )
  714. )
  715.  
  716. ' *************************************************** Size **
  717.  
  718. Define Link "Size_Scale" (
  719.     Type ARexx (
  720.         Data ( String "Scale" )
  721.     )
  722. )
  723.  
  724. Define Link "Size_Double" (
  725.     Type ARexx (
  726.         Data ( String "Scale 200 200 PERCENT ACCURATE" )
  727.     )
  728. )
  729.  
  730. Define Link "Size_Halve" (
  731.     Type ARexx (
  732.         Data ( String "Scale 50 50 PERCENT ACCURATE" )
  733.     )
  734. )
  735.  
  736. Define Link "Size_Crop" (
  737.     Type ARexx (
  738.         Data ( String "Crop" )
  739.     )
  740. )
  741.  
  742. Define Link "Size_AutoCrop" (
  743.     Type ARexx (
  744.         Data ( String "Crop Auto" )
  745.     )
  746. )
  747.  
  748. Define Link "Size_SetAspectDPI" (
  749.     Type ARexx (
  750.         Data ( String "SetAspect" )
  751.     )
  752. )
  753.  
  754. ' *************************************************** Tool **
  755.  
  756. Define Link "Tool_AutoFX" (
  757.     Type ARexx (
  758.         Data ( String "Hook AutoFX" )
  759.     )
  760. )
  761.  
  762. Define Link "Tool_CineMatte" (
  763.     Type ARexx (
  764.         Data ( String "Hook CineMatte" )
  765.     )
  766. )
  767.  
  768. Define Link "Tool_CineMorph" (
  769.     Type ARexx (
  770.         Data ( String "Hook CMIFX" )
  771.     )
  772. )
  773.  
  774. Define Link "Tool_IMP" (
  775.     Type ARexx (
  776.         Data ( String "Hook IMP" )
  777.     )
  778. )
  779.  
  780. Define Link "Tool_MacroRecord" (
  781.     Type ARexx (
  782.         Data ( String "Learn" )
  783.     )
  784. )
  785.  
  786. Define Link "Tool_MacroRecordStop" (
  787.     Type ARexx (
  788.         Data ( String "Learn Stop" )
  789.     )
  790. )
  791.  
  792. Define Link "Tool_Measure" (
  793.     Type ARexx (
  794.         Data ( String "Hook Measure" )
  795.     )
  796. )
  797.  
  798. ' ********************************************** Transform **
  799.  
  800. Define Link "Transform_Complex2DRotate" (
  801.     Type ARexx (
  802.         Data ( String "Hook Rotate" )
  803.     )
  804. )
  805.  
  806. Define Link "Transform_Simple2DRotate" (
  807.     Type ARexx (
  808.         Data ( String "Rotate" )
  809.     )
  810. )
  811.  
  812. Define Link "Transform_Perspective3DRotate" (
  813.     Type ARexx (
  814.         Data ( String "Hook Perspective" )
  815.     )
  816. )
  817.  
  818. Define Link "Transform_FlipHorizontal" (
  819.     Type ARexx (
  820.         Data ( String "HorizFlip" )
  821.     )
  822. )
  823.  
  824. Define Link "Transform_FlipVertical" (
  825.     Type ARexx (
  826.         Data ( String "VertFlip" )
  827.     )
  828. )
  829.  
  830. Define Link "Transform_MirrorHorizontal" (
  831.     Type ARexx (
  832.         Data ( String "HorizMirror" )
  833.     )
  834. )
  835.  
  836. Define Link "Transform_MirrorVertical" (
  837.     Type ARexx (
  838.         Data ( String "VertMirror" )
  839.     )
  840. )
  841.  
  842. Define Link "Transform_Roll" (
  843.     Type ARexx (
  844.         Data ( String "Roll" )
  845.     )
  846. )
  847.  
  848. Define Link "Transform_Shear" (
  849.     Type ARexx (
  850.         Data ( String "Hook Shear" )
  851.     )
  852. )
  853.  
  854. Define Link "Transform_Interlace" (
  855.     Type ARexx (
  856.         Data ( String "Hook Interlace" )
  857.     )
  858. )
  859.  
  860. Define Link "Transform_DeInterlace" (
  861.     Type ARexx (
  862.         Data ( String "Hook DeInterlace" )
  863.     )
  864. )
  865.  
  866. ' ***********************************************************
  867.  
  868. ' ************************************************** Alpha **
  869.  
  870. Window "Alpha" (
  871.     Gadget (
  872.         Position 4 14
  873.         Type Button (
  874.             Label "Copy From Alpha"
  875.             Size 145 15
  876.             Link "Alpha_CopyFromAlpha"
  877.         )
  878.     )
  879.     Gadget (
  880.         Position 4 29
  881.         Type Button (
  882.             Label "Copy To Alpha"
  883.             Size 145 15
  884.             Link "Alpha_CopyToAlpha"
  885.         )
  886.     )
  887.     Gadget (
  888.         Position 4 44
  889.         Type Button (
  890.             Label "Create..."
  891.             Size 145 15
  892.             Link "Alpha_Create"
  893.         )
  894.     )
  895.     Gadget (
  896.         Position 4 59
  897.         Type Button (
  898.             Label "Delete"
  899.             Size 145 15
  900.             Link "Alpha_Delete"
  901.         )
  902.     )
  903.     Gadget (
  904.         Position 4 74
  905.         Type Button (
  906.             Label "LightTable Alpha"
  907.             Size 145 15
  908.             Link "Alpha_LightTableAlpha"
  909.         )
  910.     )
  911.     Gadget (
  912.         Position 4 89
  913.         Type Button (
  914.             Label "Load..."
  915.             Size 145 15
  916.             Link "Alpha_Load"
  917.         )
  918.     )
  919.     Gadget (
  920.         Position 4 104
  921.         Type Button (
  922.             Label "Save As..."
  923.             Size 145 15
  924.             Link "Alpha_SaveAs"
  925.         )
  926.     )
  927.     Gadget (
  928.         Position 4 119
  929.         Type Button (
  930.             Label "Swap"
  931.             Size 145 15
  932.             Link "Alpha_Swap"
  933.         )
  934.     )
  935. )
  936.  
  937. ' *********************************************** Analysis **
  938.  
  939. Window "Analysis" (
  940.     Gadget (
  941.         Position 4 14
  942.         Type Button (
  943.             Label "Count Colors"
  944.             Size 145 15
  945.             Link "Analysis_CountColors"
  946.         )
  947.     )
  948.     Gadget (
  949.         Position 4 29
  950.         Type Button (
  951.             Label "Histogram"
  952.             Size 145 15
  953.             Link "Analysis_Histogram"
  954.         )
  955.     )
  956.     Gadget (
  957.         Position 4 44
  958.         Type Button (
  959.             Label "Variance !!!!???"
  960.             Size 145 15
  961.             Link "Analysis_Variance"
  962.         )
  963.     )
  964. )
  965.  
  966. ' ************************************************** Brush **
  967.  
  968. Window "Brush" (
  969.     Gadget (
  970.         Position 4 14
  971.         Type Button (
  972.             Label "Copy To Swap"
  973.             Size 145 15
  974.             Link "Brush_CopyToSwap"
  975.         )
  976.     )
  977.     Gadget (
  978.         Position 4 29
  979.         Type Button (
  980.             Label "Grab Screen..."
  981.             Size 145 15
  982.             Link "Brush_GrabScreen"
  983.         )
  984.     )
  985.     Gadget (
  986.         Position 4 44
  987.         Type Button (
  988.             Label "Load Brush..."
  989.             Size 145 15
  990.             Link "Brush_LoadBrush"
  991.         )
  992.     )
  993.     Gadget (
  994.         Position 4 59
  995.         Type Button (
  996.             Label "Load New Brush..."
  997.             Size 145 15
  998.             Link "Brush_LoadNewBrush"
  999.         )
  1000.     )
  1001.     Gadget (
  1002.         Position 4 74
  1003.         Type Button (
  1004.             Label "Load From Clipboard"
  1005.             Size 145 15
  1006.             Link "Brush_LoadBrushClip"
  1007.         )
  1008.     )
  1009.     Gadget (
  1010.         Position 4 89
  1011.         Type Button (
  1012.             Label "Outline Brush"
  1013.             Size 145 15
  1014.             Link "Brush_OutlineBrush"
  1015.         )
  1016.     )
  1017.     Gadget (
  1018.         Position 4 104
  1019.         Type Button (
  1020.             Label "Pickup Region"
  1021.             Size 145 15
  1022.             Link "Brush_PickupRegion"
  1023.         )
  1024.     )
  1025.     Gadget (
  1026.         Position 4 119
  1027.         Type Button (
  1028.             Label "Pickup Swap"
  1029.             Size 145 15
  1030.             Link "Brush_PickupSwap"
  1031.         )
  1032.     )
  1033.     Gadget (
  1034.         Position 4 134
  1035.         Type Button (
  1036.             Label "Save Brush As..."
  1037.             Size 145 15
  1038.             Link "Brush_SaveBrushAs"
  1039.         )
  1040.     )
  1041.     Gadget (
  1042.         Position 4 149
  1043.         Type Button (
  1044.             Label "Select Brush..."
  1045.             Size 145 15
  1046.             Link "Brush_SelectBrush"
  1047.         )
  1048.     )
  1049.     Gadget (
  1050.         Position 4 164
  1051.         Type Button (
  1052.             Label "Set Handle"
  1053.             Size 145 15
  1054.             Link "Brush_SetHandle"
  1055.         )
  1056.     )
  1057.     Gadget (
  1058.         Position 4 179
  1059.         Type Button (
  1060.             Label "Trim Brush"
  1061.             Size 145 15
  1062.             Link "Brush_TrimBrush"
  1063.  
  1064.         )
  1065.     )
  1066. )
  1067.  
  1068. ' ************************************************* Buffer **
  1069.  
  1070. Window "Buffer" (
  1071.     Gadget (
  1072.         Position 4 14
  1073.         Type Button (
  1074.             Label "Copy To Swap"
  1075.             Size 145 15
  1076.             Link "Buffer_CopyToSwap"
  1077.         )
  1078.     )
  1079.     Gadget (
  1080.         Position 4 29
  1081.         Type Button (
  1082.             Label "Delete..."
  1083.             Size 145 15
  1084.             Link "Buffer_Delete"
  1085.         )
  1086.     )
  1087.     Gadget (
  1088.         Position 4 44
  1089.         Type Button (
  1090.             Label "Fill..."
  1091.             Size 145 15
  1092.             Link "Buffer_Fill"
  1093.         )
  1094.     )
  1095.     Gadget (
  1096.         Position 4 59
  1097.         Type Button (
  1098.             Label "Grab Screen..."
  1099.             Size 145 15
  1100.             Link "Buffer_GrabScreen"
  1101.         )
  1102.     )
  1103.     Gadget (
  1104.         Position 4 74
  1105.         Type Button (
  1106.             Label "Light Table"
  1107.             Size 145 15
  1108.             Link "Buffer_LightTable"
  1109.         )
  1110.     )
  1111.     Gadget (
  1112.         Position 4 89
  1113.         Type Button (
  1114.             Label "Load From Clipboard"
  1115.             Size 145 15
  1116.             Link "Buffer_LoadFromClipboard"
  1117.         )
  1118.     )
  1119.     Gadget (
  1120.         Position 4 104
  1121.         Type Button (
  1122.             Label "Load New..."
  1123.             Size 145 15
  1124.             Link "Buffer_LoadNew"
  1125.         )
  1126.     )
  1127.     Gadget (
  1128.         Position 4 119
  1129.         Type Button (
  1130.             Label "Load New As..."
  1131.             Size 145 15
  1132.             Link "Buffer_LoadNewAs"
  1133.         )
  1134.     )
  1135.     Gadget (
  1136.         Position 4 134
  1137.         Type Button (
  1138.             Label "New..."
  1139.             Size 145 15
  1140.             Link "Buffer_New"
  1141.         )
  1142.     )
  1143.     Gadget (
  1144.         Position 4 149
  1145.         Type Button (
  1146.             Label "Region..."
  1147.             Size 145 15
  1148.             Link "Buffer_Region"
  1149.         )
  1150.     )
  1151.     Gadget (
  1152.         Position 4 164
  1153.         Type Button (
  1154.             Label "Swap Buffers"
  1155.             Size 145 15
  1156.             Link "Buffer_SwapBuffers"
  1157.         )
  1158.     )
  1159. )
  1160.  
  1161. ' ************************************************** Color **
  1162.  
  1163. Window "Color" (
  1164.     Gadget (
  1165.         Position 4 14
  1166.         Type Button (
  1167.             Label "Antique"
  1168.             Size 145 15
  1169.             Link "Color_Antique"
  1170.         )
  1171.     )
  1172.     Gadget (
  1173.         Position 4 29
  1174.         Type Button (
  1175.             Label "B&W to Grey..."
  1176.             Size 145 15
  1177.             Link "Color_B&W2Grey"
  1178.         )
  1179.     )
  1180.     Gadget (
  1181.         Position 4 44
  1182.         Type Button (
  1183.             Label "Change Color..."
  1184.             Size 145 15
  1185.             Link "Color_ChangeColor"
  1186.         )
  1187.     )
  1188.     Gadget (
  1189.         Position 4 59
  1190.         Type Button (
  1191.             Label "Convert to CMAP..."
  1192.             Size 145 15
  1193.             Link "Color_Convert2CMAP"
  1194.         )
  1195.     )
  1196.     Gadget (
  1197.         Position 4 74
  1198.         Type Button (
  1199.             Label "Convert to Grey"
  1200.             Size 145 15
  1201.             Link "Color_Convert2Grey"
  1202.         )
  1203.     )
  1204.     Gadget (
  1205.         Position 4 89
  1206.         Type Button (
  1207.             Label "Convert to RGB"
  1208.             Size 145 15
  1209.             Link "Color_Convert2RGB"
  1210.         )
  1211.     )
  1212.     Gadget (
  1213.         Position 4 104
  1214.         Type Button (
  1215.             Label "Custom..."
  1216.             Size 145 15
  1217.             Link "Color_Custom"
  1218.         )
  1219.     )
  1220.     Gadget (
  1221.         Position 4 119
  1222.         Type Button (
  1223.             Label "False Color..."
  1224.             Size 145 15
  1225.             Link "Color_FalseColor"
  1226.         )
  1227.     )
  1228.     Gadget (
  1229.         Position 4 134
  1230.         Type Button (
  1231.             Label "Halftone..."
  1232.             Size 145 15
  1233.             Link "Color_Halftone"
  1234.         )
  1235.     )
  1236.     Gadget (
  1237.         Position 4 149
  1238.         Type Button (
  1239.             Label "Negative"
  1240.             Size 145 15
  1241.             Link "Color_Negative"
  1242.         )
  1243.     )
  1244.     Gadget (
  1245.         Position 4 164
  1246.         Type Button (
  1247.             Label "Posterize..."
  1248.             Size 145 15
  1249.             Link "Color_Posterize"
  1250.         )
  1251.     )
  1252.     Gadget (
  1253.         Position 4 179
  1254.         Type Button (
  1255.             Label "Solarize"
  1256.             Size 145 15
  1257.             Link "Color_Solarize"
  1258.         )
  1259.     )
  1260. )
  1261.  
  1262. ' *********************************************** Convolve **
  1263.  
  1264. Window "Convolve" (
  1265.     Gadget (
  1266.         Position 4 14
  1267.         Type Button (
  1268.             Label "Custom..."
  1269.             Size 145 15
  1270.             Link "Convolve_Custom"
  1271.         )
  1272.     )
  1273.     Gadget (
  1274.         Position 4 29
  1275.         Type Button (
  1276.             Label "Sharpen..."
  1277.             Size 145 15
  1278.             Link "Convolve_Sharpen"
  1279.         )
  1280.     )
  1281.     Gadget (
  1282.         Position 4 44
  1283.         Type Button (
  1284.             Label "Unsharp Mask..."
  1285.             Size 145 15
  1286.             Link "Convolve_UnsharpMask"
  1287.         )
  1288.     )
  1289.     Gadget (
  1290.         Position 4 59
  1291.         Type Button (
  1292.             Label "Blur..."
  1293.             Size 145 15
  1294.             Link "Convolve_Blur"
  1295.         )
  1296.     )
  1297.     Gadget (
  1298.         Position 4 74
  1299.         Type Button (
  1300.             Label "Gaussian Blur..."
  1301.             Size 145 15
  1302.             Link "Convolve_GaussianBlur"
  1303.         )
  1304.     )
  1305.     Gadget (
  1306.         Position 4 89
  1307.         Type Button (
  1308.             Label "Motion Blur..."
  1309.             Size 145 15
  1310.             Link "Convolve_MotionBlur"
  1311.         )
  1312.     )
  1313.     Gadget (
  1314.         Position 4 104
  1315.         Type Button (
  1316.             Label "Relief Map..."
  1317.             Size 145 15
  1318.             Link "Convolve_ReliefMap"
  1319.         )
  1320.     )
  1321.     Gadget (
  1322.         Position 4 119
  1323.         Type Button (
  1324.             Label "Ramping Edge Detect"
  1325.             Size 145 15
  1326.             Link "Convolve_RampingEdgeDetect"
  1327.         )
  1328.     )
  1329.     Gadget (
  1330.         Position 4 134
  1331.         Type Button (
  1332.             Label "Simple Edge Detect..."
  1333.             Size 145 15
  1334.             Link "Convolve_SimpleEdgeDetect"
  1335.         )
  1336.     )
  1337.     Gadget (
  1338.         Position 4 149
  1339.         Type Button (
  1340.             Label "Sobel Edge Detect"
  1341.             Size 145 15
  1342.             Link "Convolve_SobelEdgeDetect"
  1343.         )
  1344.     )
  1345. )
  1346.  
  1347. ' ************************************************ Distort **
  1348.  
  1349. Window "Distort" (
  1350.     Gadget (
  1351.         Position 4 14
  1352.         Type Button (
  1353.             Label "Bubble..."
  1354.             Size 145 15
  1355.             Link "Distort_Bubble"
  1356.         )
  1357.     )
  1358.     Gadget (
  1359.         Position 4 29
  1360.         Type Button (
  1361.             Label "Displacement..."
  1362.             Size 145 15
  1363.             Link "Distort_Displacement"
  1364.         )
  1365.     )
  1366.     Gadget (
  1367.         Position 4 29
  1368.         Type Button (
  1369.             Label "Distorter..."
  1370.             Size 145 15
  1371.             Link "Distort_Distorter"
  1372.         )
  1373.     )
  1374.     Gadget (
  1375.         Position 4 44
  1376.         Type Button (
  1377.             Label "Dream Sequence..."
  1378.             Size 145 15
  1379.             Link "Distort_DreamSequence"
  1380.         )
  1381.     )
  1382.     Gadget (
  1383.         Position 4 59
  1384.         Type Button (
  1385.             Label "Liquid..."
  1386.             Size 145 15
  1387.             Link "Distort_Liquid"
  1388.         )
  1389.     )
  1390.     Gadget (
  1391.         Position 4 74
  1392.         Type Button (
  1393.             Label "Mosaic..."
  1394.             Size 145 15
  1395.             Link "Distort_Mosaic"
  1396.         )
  1397.     )
  1398.     Gadget (
  1399.         Position 4 89
  1400.         Type Button (
  1401.             Label "Polar Blur..."
  1402.             Size 145 15
  1403.             Link "Distort_PolarBlur"
  1404.         )
  1405.     )
  1406.     Gadget (
  1407.         Position 4 104
  1408.         Type Button (
  1409.             Label "Polar Mosaic..."
  1410.             Size 145 15
  1411.             Link "Distort_PolarMosaic"
  1412.         )
  1413.     )
  1414.     Gadget (
  1415.         Position 4 119
  1416.         Type Button (
  1417.             Label "Splash..."
  1418.             Size 145 15
  1419.             Link "Distort_Splash"
  1420.         )
  1421.     )
  1422.     Gadget (
  1423.         Position 4 134
  1424.         Type Button (
  1425.             Label "Spherize..."
  1426.             Size 145 15
  1427.             Link "Distort_Spherize"
  1428.         )
  1429.     )
  1430.     Gadget (
  1431.         Position 4 149
  1432.         Type Button (
  1433.             Label "Swirl..."
  1434.             Size 145 15
  1435.             Link "Distort_Swirl"
  1436.         )
  1437.     )
  1438.     Gadget (
  1439.         Position 4 164
  1440.         Type Button (
  1441.             Label "Triangle Warp..."
  1442.             Size 145 15
  1443.             Link "Distort_TriangleWarp"
  1444.         )
  1445.     )
  1446.     Gadget (
  1447.         Position 4 179
  1448.         Type Button (
  1449.             Label "Warp..."
  1450.             Size 145 15
  1451.             Link "Distort_Warp"
  1452.         )
  1453.     )
  1454.     Gadget (
  1455.         Position 4 194
  1456.         Type Button (
  1457.             Label "Wave..."
  1458.             Size 145 15
  1459.             Link "Distort_Wave"
  1460.         )
  1461.     )
  1462. )
  1463.  
  1464. ' ************************************************* Effect **
  1465.  
  1466. Window "Effect" (
  1467.     Gadget (
  1468.         Position 4 14
  1469.         Type Button (
  1470.             Label "Apply Texture..."
  1471.             Size 145 15
  1472.             Link "Effect_ApplyTexture"
  1473.         )
  1474.     )
  1475.     Gadget (
  1476.         Position 4 29
  1477.         Type Button (
  1478.             Label "Blob..."
  1479.             Size 145 15
  1480.             Link "Effect_Blob"
  1481.         )
  1482.     )
  1483.     Gadget (
  1484.         Position 4 44
  1485.         Type Button (
  1486.             Label "Clouds..."
  1487.             Size 145 15
  1488.             Link "Effect_Clouds"
  1489.         )
  1490.     )
  1491.     Gadget (
  1492.         Position 4 59
  1493.         Type Button (
  1494.             Label "Crystallize..."
  1495.             Size 145 15
  1496.             Link "Effect_Crystallize"
  1497.         )
  1498.     )
  1499.     Gadget (
  1500.         Position 4 74
  1501.         Type Button (
  1502.             Label "Disperse..."
  1503.             Size 145 15
  1504.             Link "Effect_Disperse"
  1505.         )
  1506.     )
  1507.     Gadget (
  1508.         Position 4 89
  1509.         Type Button (
  1510.             Label "Film Grain..."
  1511.             Size 145 15
  1512.             Link "Effect_FilmGrain"
  1513.         )
  1514.     )
  1515.     Gadget (
  1516.         Position 4 104
  1517.         Type Button (
  1518.             Label "Fire..."
  1519.             Size 145 15
  1520.             Link "Effect_Fire"
  1521.         )
  1522.     )
  1523.     Gadget (
  1524.         Position 4 119
  1525.         Type Button (
  1526.             Label "Fireworks..."
  1527.             Size 145 15
  1528.             Link "Effect_Fireworks"
  1529.         )
  1530.     )
  1531.     Gadget (
  1532.         Position 4 134
  1533.         Type Button (
  1534.             Label "Hockney Tiling..."
  1535.             Size 145 15
  1536.             Link "Effect_HockneyTiling"
  1537.         )
  1538.     )
  1539.     Gadget (
  1540.         Position 4 149
  1541.         Type Button (
  1542.             Label "Lens Flare..."
  1543.             Size 145 15
  1544.             Link "Effect_LensFlare"
  1545.         )
  1546.     )
  1547.     Gadget (
  1548.         Position 4 164
  1549.         Type Button (
  1550.             Label "Lightning..."
  1551.             Size 145 15
  1552.             Link "Effect_Lightning"
  1553.         )
  1554.     )
  1555.     Gadget (
  1556.         Position 4 179
  1557.         Type Button (
  1558.             Label "Oil Paint..."
  1559.             Size 145 15
  1560.             Link "Effect_OilPaint"
  1561.         )
  1562.     )
  1563.     Gadget (
  1564.         Position 4 194
  1565.         Type Button (
  1566.             Label "Page Curler..."
  1567.             Size 145 15
  1568.             Link "Effect_PageCurler"
  1569.         )
  1570.     )
  1571.     Gadget (
  1572.         Position 4 209
  1573.         Type Button (
  1574.             Label "Paint FX..."
  1575.             Size 145 15
  1576.             Link "Effect_PaintFX"
  1577.         )
  1578.     )
  1579.     Gadget (
  1580.         Position 4 224
  1581.         Type Button (
  1582.             Label "Radial Star..."
  1583.             Size 145 15
  1584.             Link "Effect_RadialStar"
  1585.         )
  1586.     )
  1587.     Gadget (
  1588.         Position 4 239
  1589.         Type Button (
  1590.             Label "Remove Feature"
  1591.             Size 145 15
  1592.             Link "Effect_RemoveFeature"
  1593.         )
  1594.     )
  1595.     Gadget (
  1596.         Position 4 254
  1597.         Type Button (
  1598.             Label "Roughen..."
  1599.             Size 145 15
  1600.             Link "Effect_Roughen"
  1601.         )
  1602.     )
  1603.     Gadget (
  1604.         Position 4 269
  1605.         Type Button (
  1606.             Label "Scatter..."
  1607.             Size 145 15
  1608.             Link "Effect_Scatter"
  1609.         )
  1610.     )
  1611.     Gadget (
  1612.         Position 4 284
  1613.         Type Button (
  1614.             Label "Straw..."
  1615.             Size 145 15
  1616.             Link "Effect_Straw"
  1617.         )
  1618.     )
  1619.     Gadget (
  1620.         Position 4 299
  1621.         Type Button (
  1622.             Label "Sparkle..."
  1623.             Size 145 15
  1624.             Link "Effect_Sparkle"
  1625.         )
  1626.     )
  1627.     Gadget (
  1628.         Position 4 314
  1629.         Type Button (
  1630.             Label "Wireless..."
  1631.             Size 145 15
  1632.             Link "Effect_Wireless"
  1633.         )
  1634.     )
  1635. )
  1636.  
  1637. ' ************************************************* Filter **
  1638.  
  1639. Window "Filter" (
  1640.     Gadget (
  1641.         Position 4 14
  1642.         Type Button (
  1643.             Label "Anti Alias..."
  1644.             Size 145 15
  1645.             Link "Filter_AntiAlias"
  1646.         )
  1647.     )
  1648.     Gadget (
  1649.         Position 4 29
  1650.         Type Button (
  1651.             Label "Balance"
  1652.             Size 145 15
  1653.             Link "Filter_Balance"
  1654.         )
  1655.     )
  1656.     Gadget (
  1657.         Position 4 44
  1658.         Type Button (
  1659.             Label "Black Out..."
  1660.             Size 145 15
  1661.             Link "Filter_BlackOut"
  1662.         )
  1663.     )
  1664.     Gadget (
  1665.         Position 4 59
  1666.         Type Button (
  1667.             Label "Color Balancing..."
  1668.             Size 145 15
  1669.             Link "Filter_ColorBalancing"
  1670.         )
  1671.     )
  1672.     Gadget (
  1673.         Position 4 74
  1674.         Type Button (
  1675.             Label "Color Limiting..."
  1676.             Size 145 15
  1677.             Link "Filter_ColorLimiting"
  1678.         )
  1679.     )
  1680.     Gadget (
  1681.         Position 4 89
  1682.         Type Button (
  1683.             Label "Dynamic Range..."
  1684.             Size 145 15
  1685.             Link "Filter_DynamicRange"
  1686.         )
  1687.     )
  1688.     Gadget (
  1689.         Position 4 104
  1690.         Type Button (
  1691.             Label "FX Forge..."
  1692.             Size 145 15
  1693.             Link "Filter_FXForge"
  1694.         )
  1695.     )
  1696.     Gadget (
  1697.         Position 4 119
  1698.         Type Button (
  1699.             Label "Histogram Equalization..."
  1700.             Size 145 15
  1701.             Link "Filter_HistogramEQ"
  1702.         )
  1703.     )
  1704.     Gadget (
  1705.         Position 4 134
  1706.         Type Button (
  1707.             Label "Median Filter..."
  1708.             Size 145 15
  1709.             Link "Filter_Median"
  1710.         )
  1711.     )
  1712.     Gadget (
  1713.         Position 4 149
  1714.         Type Button (
  1715.             Label "Remove Grain..."
  1716.             Size 145 15
  1717.             Link "Filter_RemoveGrain"
  1718.         )
  1719.     )
  1720.     Gadget (
  1721.         Position 4 164
  1722.         Type Button (
  1723.             Label "Remove Isolated Pixels..."
  1724.             Size 145 15
  1725.             Link "Filter_RIP"
  1726.         )
  1727.     )
  1728.     Gadget (
  1729.         Position 4 179
  1730.         Type Button (
  1731.             Label "Video Filter..."
  1732.             Size 145 15
  1733.             Link "Filter_Video"
  1734.         )
  1735.     )
  1736. )
  1737.  
  1738. ' *************************************************** Size **
  1739.  
  1740. Window "Size" (
  1741.     Gadget (
  1742.         Position 4 14
  1743.         Type Button (
  1744.             Label "Scale..."
  1745.             Size 145 15
  1746.             Link "Size_Scale"
  1747.         )
  1748.     )
  1749.     Gadget (
  1750.         Position 4 29
  1751.         Type Button (
  1752.             Label "Double"
  1753.             Size 145 15
  1754.             Link "Size_Double"
  1755.         )
  1756.     )
  1757.     Gadget (
  1758.         Position 4 44
  1759.         Type Button (
  1760.             Label "Halve"
  1761.             Size 145 15
  1762.             Link "Size_Halve"
  1763.         )
  1764.     )
  1765.     Gadget (
  1766.         Position 4 59
  1767.         Type Button (
  1768.             Label "Crop..."
  1769.             Size 145 15
  1770.             Link "Size_Crop"
  1771.         )
  1772.     )
  1773.     Gadget (
  1774.         Position 4 74
  1775.         Type Button (
  1776.             Label "Auto Crop"
  1777.             Size 145 15
  1778.             Link "Size_AutoCrop"
  1779.         )
  1780.     )
  1781.     Gadget (
  1782.         Position 4 89
  1783.         Type Button (
  1784.             Label "Set Aspect/DPI..."
  1785.             Size 145 15
  1786.             Link "Size_SetAspectDPI"
  1787.         )
  1788.     )
  1789. )
  1790.  
  1791. ' *************************************************** Tool **
  1792.  
  1793. Window "Tool" (
  1794.     Gadget (
  1795.         Position 4 14
  1796.         Type Button (
  1797.             Label "AutoFX..."
  1798.             Size 145 15
  1799.             Link "Tool_AutoFX"
  1800.         )
  1801.     )
  1802.     Gadget (
  1803.         Position 4 29
  1804.         Type Button (
  1805.             Label "CineMatte..."
  1806.             Size 145 15
  1807.             Link "Tool_CineMatte"
  1808.         )
  1809.     )
  1810.     Gadget (
  1811.         Position 4 44
  1812.         Type Button (
  1813.             Label "CineMorph..."
  1814.             Size 145 15
  1815.             Link "Tool_CineMorph"
  1816.         )
  1817.     )
  1818.     Gadget (
  1819.         Position 4 59
  1820.         Type Button (
  1821.             Label "IMP..."
  1822.             Size 145 15
  1823.             Link "Tool_IMP"
  1824.         )
  1825.     )
  1826.     Gadget (
  1827.         Position 4 74
  1828.         Type Button (
  1829.             Label "Macro Record Start..."
  1830.             Size 145 15
  1831.             Link "Tool_MacroRecord"
  1832.         )
  1833.     )
  1834.     Gadget (
  1835.         Position 4 89
  1836.         Type Button (
  1837.             Label "Macro Record Stop"
  1838.             Size 145 15
  1839.             Link "Tool_MacroRecordStop"
  1840.         )
  1841.     )
  1842.     Gadget (
  1843.         Position 4 104
  1844.         Type Button (
  1845.             Label "Measure"
  1846.             Size 145 15
  1847.             Link "Tool_Measure"
  1848.         )
  1849.     )
  1850. )
  1851.  
  1852. ' ********************************************** Transform **
  1853.  
  1854. Window "Transform" (
  1855.     Gadget (
  1856.         Position 4 14
  1857.         Type Button (
  1858.             Label "Complex 2D Rotate..."
  1859.             Size 145 15
  1860.             Link "Transform_Complex2DRotate"
  1861.         )
  1862.     )
  1863.     Gadget (
  1864.         Position 4 29
  1865.         Type Button (
  1866.             Label "Simple 2D Rotate..."
  1867.             Size 145 15
  1868.             Link "Transform_Simple2DRotate"
  1869.         )
  1870.     )
  1871.     Gadget (
  1872.         Position 4 44
  1873.         Type Button (
  1874.             Label "Perspective 3D Rotate..."
  1875.             Size 145 15
  1876.             Link "Transform_Perspective3DRotate"
  1877.         )
  1878.     )
  1879.     Gadget (
  1880.         Position 4 59
  1881.         Type Button (
  1882.             Label "Flip Horizontal"
  1883.             Size 145 15
  1884.             Link "Transform_FlipHorizontal"
  1885.         )
  1886.     )
  1887.     Gadget (
  1888.         Position 4 74
  1889.         Type Button (
  1890.             Label "Flip Vertical"
  1891.             Size 145 15
  1892.             Link "Transform_FlipVertical"
  1893.         )
  1894.     )
  1895.     Gadget (
  1896.         Position 4 89
  1897.         Type Button (
  1898.             Label "Mirror Horizontal"
  1899.             Size 145 15
  1900.             Link "Transform_MirrorHorizontal"
  1901.         )
  1902.     )
  1903.     Gadget (
  1904.         Position 4 104
  1905.         Type Button (
  1906.             Label "Mirror Vertical"
  1907.             Size 145 15
  1908.             Link "Transform_MirrorVertical"
  1909.         )
  1910.     )
  1911.     Gadget (
  1912.         Position 4 119
  1913.         Type Button (
  1914.             Label "Roll..."
  1915.             Size 145 15
  1916.             Link "Transform_Roll"
  1917.         )
  1918.     )
  1919.     Gadget (
  1920.         Position 4 134
  1921.         Type Button (
  1922.             Label "Shear..."
  1923.             Size 145 15
  1924.             Link "Transform_Shear"
  1925.         )
  1926.     )
  1927.     Gadget (
  1928.         Position 4 149
  1929.         Type Button (
  1930.             Label "Interlace"
  1931.             Size 145 15
  1932.             Link "Transform_Interlace"
  1933.         )
  1934.     )
  1935.     Gadget (
  1936.         Position 4 164
  1937.         Type Button (
  1938.             Label "De-Interlace"
  1939.             Size 145 15
  1940.             Link "Transform_DeInterlace"
  1941.         )
  1942.     )
  1943. )
  1944.